"swep_menu"
{
	// pos.x and pos.y: move the menu around the screen. Values are 0-1, -1 being autocenter.
	// color.r color.g color.b: define the color of the menu text. Values are 0 - 255.
	// disabled: set this to 1 to make the menu disabled until you enable it.
	// restrict: set this to 1 to make the menu available to those that you allow.
	"menu"
	{
		"pos.y"     "0.1"
		"pos.x"     "-1"
		"color.r"     "255"
		"color.g"     "255"
		"color.b"     "255"
		"disabled"     "0"
		"restrict"     "0"
	}

	// Add a new line for each weapon that you want to hide from the menu.
	"hide"
	{
		"weapon"     "weapons/base.lua"
		"weapon"     "weapons/build/weapon_cratemaker"
		"weapon"     "weapons/build/weapon_propmaker"
		"weapon"     "weapons/build/weapon_freeze"
		"weapon"     "weapons/build/weapon_remover"
		"weapon"     "weapons/build/weapon_spawn"
		"weapon"     "weapons/football/weapon_phys.lua"
		"weapon"     "weapons/hideandseek/weapon_catcher.lua"
		"weapon"     "weapons/longsight/weapon_boltlauncher.lua"
		"weapon"     "weapons/longsight/weapon_pistol.lua"
		"weapon"     "weapons/longsight/weapon_normalsniper.lua"
		"weapon"     "weapons/gm_laserdance/weapon_laser.lua"
		"weapon"     "weapons/longsight/weapon_boltlauncher.lua\r\n\t\t"
	}

	// Add steam ids that you wish to stop from using this menu even if restrict is 0.
	// "blacklist"
	// {
	// 	"id"	"STEAM_0:0:13376"
	// }
	// 
	// Add steam ids that you wish to allow to use the menu when restrict is 1.
	"whitelist"
	{
		"id"     "UNKNOWN"
		"id"     "HLTV"
	}

	// Add weapon files to this list to order them in the menu. You can also rename weapons using this section
	// eg: "file1"   "weapons/gm_laserdance/weapon_laser.lua"
	//     "name1"   "Laser Gun"
	//     "file2"   "weapons/longsight/weapon_pistol.lua"
	// Set "count" to the number of weapons in this list"
	"weaponorder"
	{
		"count"     "0"
	}

	// Each of these sections are used to disable or rename the speech commands
	// enable_say: 0 if disabled (console command will still work)
	// command: change this to rename the command
	// short_command: change this to rename the short command
	"disable_swep_menu"
	{
		"enable_say"     "1"
		"command"     "disable_swep_menu"
		"short_command"     "-dsm"
	}

	"give_swep_menu"
	{
		"enable_say"     "1"
		"command"     "give_swep_menu"
		"short_command"     "-gsm"
	}

	"spawn_swep_menu"
	{
		"enable_say"     "1"
		"command"     "spawn_swep_menu"
		"short_command"     "-ssm"
	}

	"player_swep_menu"
	{
		"enable_say"     "1"
		"command"     "player_swep_menu"
		"short_command"     "-psm"
	}

	"enable_swep_menu"
	{
		"enable_say"     "1"
		"command"     "enable_swep_menu"
		"short_command"     "-esm"
	}

	"reload_swep_menu"
	{
		"enable_say"     "1"
		"command"     "reload_swep_menu"
		"short_command"     "-rsm"
	}

	"reload_swep_settings"
	{
		"enable_say"     "1"
		"command"     "reload_swep_settings"
		"short_command"     "-rss"
	}

}
